LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCollection<T> Class Members
See Also  Properties  Methods  Events
Leadtools Namespace : RasterCollection<T> Class

The following tables list the members exposed by RasterCollection<T>.

Public Constructors

 NameDescription
public Constructor RasterCollection<T> ConstructorCreates a new instance of RasterCollection<T> with default settings. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property CountGets the number of items in the collection. Supported in Silverlight, Windows Phone 7  
public Property IsReadOnlySpecifies whether or not the collection is Read Only. Supported in Silverlight, Windows Phone 7  
public Property ItemGets and sets the item at the specified index from within the collection.  
Top

Public Methods

 NameDescription
public Method AddAdds the specified item to the end of the collection.  
public Method AddRangeAdds the elements of an System.Collections.ICollection to the end of the collection.  
public Method BringToFrontBrings the specified item forward in the collection.  
public Method ClearRemoves all items from the collection. Supported in Silverlight, Windows Phone 7  
public Method ContainsDetermines whether or not the specified item is contained in the collection.  
public Method CopyToCopies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
public Method DisableEventsCalled to disable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7  
public Method EnableEventsCalled to enable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7  
public Method GetEnumeratorReturns a generic enumerator that can iterate through the RasterCollection<T>. Supported in Silverlight, Windows Phone 7  
public Method IndexOfReturns the index of the specified item if it is found in the collection.  
public Method InsertInserts the specified item at the specified index.  
public Method RemoveRemoves the specified item.  
public Method RemoveAtRemoves the item from the specified index. Supported in Silverlight, Windows Phone 7  
public Method SendToBackSends the specified item back in the collection.  
Top

Protected Methods

 NameDescription
protected Method OnItemAddedRaises the ItemAdded event.  
protected Method OnItemRemovedRaises the ItemRemoved event.  
Top

Public Events

 NameDescription
public Event ItemAddedOccurs when an item is added to the collection. Supported in Silverlight, Windows Phone 7  
public Event ItemRemovedOccurs when an item is removed from the collection. Supported in Silverlight, Windows Phone 7  
Top

See Also